runtime.persistentAlloc.off (field)
7 uses
runtime (current package)
malloc.go#L1889: off uintptr
malloc.go#L1962: persistent.off = alignUp(persistent.off, align)
malloc.go#L1963: if persistent.off+size > persistentChunkSize || persistent.base == nil {
malloc.go#L1980: persistent.off = alignUp(goarch.PtrSize, align)
malloc.go#L1982: p := persistent.base.add(persistent.off)
malloc.go#L1983: persistent.off += size
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)